home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / apps / database / postgres / postgre1.z / postgre1 / bench / query2 < prev    next >
Encoding:
Text File  |  1992-08-27  |  206 b   |  5 lines

  1. retrieve into temp (t.all) from t in tenk1 where (t.unique1 > 647) and (t.unique1 < 1648)
  2. destroy temp
  3. retrieve into temp (t.all) from t in tenk1 where (t.unique1 > 647) and (t.unique1 < 1648)
  4. destroy temp
  5.